Java InputStream、String、File相互轉化 --- good
String --> InputStreamByteArrayInputStream stream = new ByteArrayInputStream(str.getBytes()); ...
String --> InputStreamByteArrayInputStream stream = new ByteArrayInputStream(str.getBytes()); ...